This repository was archived by the owner on Jul 16, 2024. It is now read-only.
Open
Conversation
Add chrome://navigator/content/navigator.xul per https://developer.mozilla.org/en-US/docs/Extensions_support_in_SeaMonkey_2#Differences_as_compared_to_other_toolkit.2F-based_applications
Add SeaMonkey target, per https://developer.mozilla.org/en-US/docs/Extensions_support_in_SeaMonkey_2#The_Basics
Per https://developer.mozilla.org/en-US/docs/Extensions_support_in_SeaMonkey_2 , SeaMonkey uses taskPopup instead of menu_ToolsPopup , so add a stanza with the former (I don't know if you can mention two ids for one menuitem). This makes Tools menu show a red[1] TiddlyFox! [1] To quote skin/overlay.css, "This is just an example. You shouldn't do this." :-)
Member
|
Hi @skierpage - thank you very much for this. Do you have much experience with writing Firefox extensions? If so, I'd be incredibly grateful if you could have a look at issue #15, as well. |
|
Hi @skierpage : thanks for this! Just applied these changes to current TiddlyFox for use in SeaMonkey 2.39, and it works perfectly. Great stuff! 👍 (Firefox on Ubuntu 16.04 has issues for me....) Glad you made this available. Is it possible to get the XPI on the SeaMonkey addons page? My only tweak was to this line so it now reads: Just in case. ;) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These changes are enough to make TiddlyFox work in SeaMonkey 22.0 (issue #13), all based on https://developer.mozilla.org/en-US/docs/Extensions_support_in_SeaMonkey_2
Thanks for this extension!